バージョン

Spreadsheet(String,IDictionary<String,Object>) メソッド

ID および htmlAttributes を持つ Spreadsheet を構成するヘルパー。
シンタックス
'宣言
 
Public Overloads Function Spreadsheet( _
   ByVal id As System.String, _
   ByVal htmlAttributes As System.Collections.Generic.IDictionary(Of String,Object) _
) As SpreadsheetWrapper
public SpreadsheetWrapper Spreadsheet( 
   System.string id,
   System.Collections.Generic.IDictionary<string,object> htmlAttributes
)

パラメータ

id
コントロールの ID とフィールドの名前。
htmlAttributes
HtmlAttributes プロパティのセッター。

戻り値の型

SpreadsheetWrapper の新しいインスタンス
参照

オンラインで表示: GitHub